runtime.specialsIter.s (field)
14 uses
runtime (current package)
mgcsweep.go#L549: objIndex := uintptr(siter.s.offset) / size
mgcsweep.go#L557: for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
mgcsweep.go#L569: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L572: special := siter.s
mgcsweep.go#L585: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L588: special := siter.s
mgcsweep.go#L596: if siter.s.kind == _KindSpecialReachable {
mheap.go#L2336: s *special
mheap.go#L2344: return i.s != nil
mheap.go#L2348: i.pprev = &i.s.next
mheap.go#L2349: i.s = *i.pprev
mheap.go#L2355: cur := i.s
mheap.go#L2356: i.s = cur.next
mheap.go#L2357: *i.pprev = i.s
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)